.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
	color: #fff;
	height: 1.6rem;
	background-color: rgba(0,0,0,.2);
	transition: all .35s ease-in-out;
}
.logo{
	padding-right: 1rem;
}
.logo img{
	height: 1.1rem;
}
.logo img:first-child{
	display: none;
}
.header .s-flex{
	height: 1.6rem;
	align-items: center;
}
.header .nav{
	flex: 1;
}
.header .nav>ul{
	width: 100%;
	justify-content: flex-end;
}
.header .nav>ul>li{
	padding: 0.2rem 0.48rem;
}
.header .nav>ul>li>a{
	padding: 0.2rem 0.28rem;
}
.header .nav>ul>li>a:hover{
	color: #da231b;
}

.header-right{
	flex: 0 0 auto;
}
.header-right form{
	position: relative;
	z-index: 99;
}
.header-right input{
	background-color: transparent;
	border: 1px solid #fff;
	padding: 4px 10px;
	border-radius: 0.32rem;
	font-size: 0.24rem;
	color: #fff;
}
.header-right input:focus{
	border-color: #da231b;
}
.header-right button{
	background-color: transparent;
	position: absolute;
	right: 4px;
	top: 1px;
	color: #fff;
	border: none;
	font-size: 0.36rem;
}
.header-fixed{
	background-color: rgba(255,255,255,.95);
	box-shadow: 0px 2px 30px rgba(0,0,0,.15);
	color: #333;
}
.header-fixed .logo img:first-child{
	display: block;
}
.header-fixed .logo img:last-child{
	display: none;
}
.header-fixed .header-right input{
	border-color: #333;
	color: #333;
}
.header-fixed .header-right button{
	color: #333;
}

/*主页css*/
.index-title{
	text-align: center;
	padding: 1rem 0.2rem 0.88rem;
}
.index-title .title{
	font-size: 0.64rem;
	margin-bottom: 0.8rem;
	position: relative;
}
.index-title .title::after{
	content: '';
	display: inline-block;
	width: 3.2rem;
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: 50%;
	margin-left: -1.6rem;
	bottom: -.3rem;
}
.index-title .title::before{
	content: '';
	display: inline-block;
	width: 1.2rem;
	border-bottom: 5px solid #da231b;
	position: absolute;
	left: 50%;
	margin-left: -0.6rem;
	bottom: -0.32rem;
	z-index: 99;
}
.index-title .description{
	font-size: 0.32rem;
	color: rgba(0,0,0,.7);
}

.about-icon{
	position: relative;
	z-index: 9;
	border: 1px solid #da231b;
	padding: 0 24px;
	border-radius: 5px;
	text-align: center;
	height: 100%;
	box-shadow: 0px 1px 30px rgba(0,0,0,.1);
	background-color: #fff;
}
.about-icon .iconfont{
	display: inline-flex;
	font-size: 1.44rem;
	color: #da231b;
	margin-top: 0.7rem;
	margin-bottom: 0.2rem;
}
.about-icon .title{
	font-size: 0.48rem;
	font-weight: 900;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 0.4rem;
}
.about-icon p{
	font-size: 0.28rem;
	text-align: left;
	color: rgba(0,0,0,.5);
	line-height: 1.6;
	margin-bottom: 0.7rem;
}
.about-main{
	position: relative;
	top: -1.5rem;
	left: 0;
	z-index: 1;
	height: 10rem;
	overflow: hidden;
}
.about-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 23, 0.3);
	color: #fff;
	padding-top: 2rem;
}
.about-text .title{
	font-size: 0.56rem;
	font-weight: 900;
	padding-bottom: .4rem;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 0.4rem;
	letter-spacing: 2px;
}
.about-text  .description{
	font-size: 0.32rem;
	line-height: 2;
}
.about-more{
	margin: 0.6rem 0;
}
.about-more>a{
	display: inline-block;
	padding: 0 0.6rem;
	font-size: 0.38rem;
	line-height: 1rem;
	border: 1px solid #fff;
	transition: all .35s ease-in-out;
}
.about-more>a:hover{
	background-color: #da231b;
}

.pro-item{
	border: 1px solid #ddd;
	padding: 0.2rem;
	background-color: rgba(175, 175, 175, 0.15);
	transition: all .35s ease-in-out;
}
.pro-item img{
	transform: scale(.96);
	transition: all .35s ease-in-out;
}
.pro-item p{
	font-size: 0.28rem;
	line-height: 2;
	text-align: center;
	margin-top: 0.6rem;
}
.pro-item:hover p{
	color: #da231b;
}
.pro-item:hover img{
	transform: scale(1);
}
.pro-item:hover{
	background-color: rgba(0,93,115,.15);
}

.news-item{
	padding: 0.8rem .6rem;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.news-item .title{
	font-size: 0.4rem;
	margin-bottom: 0.4rem;
	color: rgba(0,0,0,.8);
}
.news-item  .date{
	font-size: 0.28rem;
	margin-bottom: 0.4rem;
	color: rgba(0,0,0,.4);
}
.news-item .description{
	font-size: 0.28rem;
	color: rgba(0,0,0,.6);
	line-height: 2;
	margin-bottom: 0.4rem;
}
.news-item span{
	display: block;
	text-align: right;
}
.news-item:hover .title,.news-item:hover span{
	color: #da231b;
}
.news-item:hover{
	background-color: rgba(0,93,115,.05);
}
.news-list .title{
	position: relative;
	background-color: #eaeaea;
	padding: 12px 40px;
	font-size: 0.32rem;
	color: #da231b;
}
.news-list .title::before{
	content: '';
	position: absolute;
	display: block;
	left: 25px;
	top: 12px;
	width: 3px;
	height: .32rem;
	background-color: #da231b;
}
.news-list li{
	background-color: #fff;
	padding:0.3rem 0.2rem 0.2rem 0.8rem;
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-left: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
}
.news-list li h6{
	font-size: 0.28rem;
	margin-bottom: 0.2rem;
}
.news-list li p{
	font-size: 0.24rem;
	color: rgba(0,0,0,.4);
}
.news-list li:hover h6{
	color: #da231b;
}

.sys-con{
	max-width: 100%;
	position: relative;
	min-height: 6rem;
	overflow: hidden;
	margin: 0.8rem auto;
}
.sys-con>div:first-child{
	left: 0;
	z-index: 1;
}
.sys-con>div:nth-child(2){
	left: 25%;
	z-index: 2;
}
.sys-con>div:nth-child(3){
	left: 50%;
	z-index: 3;
}
.sys-item{
	position: absolute;
	top: 0;
	transition: all .55s ease-in-out;
	width: 50%;
}
.sys-item img{
	width: 100%;
}
.sys-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding:0.8rem 1.5rem;
	background-image: linear-gradient(to right, rgba(0,0,0,.8) 30%, rgba(216,216,216,.2));
	color: #fff;
}
.sys-text .title{
	font-size: 0.44rem;
	margin-bottom: 0.2rem;
	color: #fff;
	font-weight: 900;
}
.sys-text h6{
	color: rgba(255,255,255,.7);
	font-size: 0.4rem;
	margin-bottom: 0.2rem;
}
.sys-text p{
	font-size: 0.28rem;
	color: #da231b;
	line-height: 2;
}
.sys-text .more{
	margin-top: 0.5rem;
	color: #fff;
	font-size: 0.28rem;
}
.footer{
	margin-top: 1rem;
	background-color: #2d2d2d;
	color: #fff;
	padding-top: 1.2rem;
	border-top: 2px solid rgba(0,0,0,.8);
}
.footer .container{
	padding: 0 0.6rem;
}
.foot-contact{
	padding-right: 1.2rem;
	padding-bottom: 0.6rem;
}
.foot-contact>img{
	height: 0.8rem;
	margin-bottom: 0.4rem;
}
.foot-contact .title{
	font-size: 0.4rem;
	font-weight: 900;
	margin-bottom: 0.4rem;
}
.foot-contact p{
	font-size: 0.28rem;
	padding-bottom: 0.2rem;
}
.foot-contact p .iconfont{
	font-size: 0.36rem;
	margin-right: 3px;
}
.foot-nav{
	flex: 1;
	justify-content: space-around;
}
.foot-nav .title{
	font-size: 0.36rem;
	margin-bottom: 0.3rem;
	font-weight: 900;
}
.foot-nav p{
	font-size: 0.28rem;
	color: rgba(255,255,255,.7);
	padding-bottom: 0.24rem;
}
.foot-nav p:hover{
	color: #fff;
}
.foot-ewm{
	padding-left: 1rem;
}
.foot-ewm>div{
	padding: 0.3rem 0.5rem;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 8px;
	background-image: radial-gradient(1.2rem, rgba(255,255,255,.2), rgba(255, 255,255,.3));
	text-align: center;
}
.foot-ewm>div img{
	width: 2rem;
}
.foot-ewm>div p{
	font-size: 0.28rem;
	padding-top: 0.28rem;
}

.copyright{
	background-color: #da231b;
	color: #fff;
	padding: 0.3rem 0.6rem;
}
.copyright .container{
	display: flex;
	justify-content: space-between;
}
.copyright .container p{
	font-size: 0.24rem;
	color: #fff;
}



/*分页*/
.page-l .title{
	position: relative;
	background-color: #2d2d2d;
	color: #fff;
	padding: 0.5rem 0.6rem;
	font-size: 0.48rem;
	font-weight: 900;
}
.page-l .title .iconfont{
	position: absolute;
	right: .6rem;
	top: 0.4rem;
	font-weight: normal;
	font-size: 0.66rem;
}
.page-l-list a{
	position: relative;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
	border-top: none;
	padding: 0.4rem .6rem;
	font-size: 0.32rem;
	color: rgba(0,0,0,.7);
}
.page-l-list a .iconfont{
	position: absolute;
	right: .6rem;
	top: .3rem;
	color: #da231b;
	font-size: 0.4rem;
}
.page-title{
	padding: .2rem .3rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
	margin-bottom: 0.7rem;
	font-size: 0.48rem;
}

.pro-content{
	border: 1px solid #ddd;
	padding: 0.6rem;
}
.pro-content img{
	max-width: 100%;
}
.pro-data h1{
	font-size: 0.4rem;
	font-weight: 900;
	margin-bottom: 0.4rem;
	color: #da231b;
}
.pro-data h6{
	font-size: .34rem;
	color: rgba(0,0,0,.8);
	margin-bottom: 0.3rem;
	padding-bottom: .3rem;
	border-bottom:1px dashed rgba(0,0,0,.15);
}
.pro-data .description,.pro-data .description p{
	font-size: 0.24rem;
	line-height: 2;
}
.pro-data .description strong{
	color: #da231b;
}

.pro-text .title{
	background-color: #da231b;
	color: #fff;
	font-size: 0.52rem;
	padding: 0.3rem 0.6rem;
	margin-bottom: 0.4rem;
	margin-top: 0.4rem;
}


.page-label{
	padding: 0.2rem 0rem .8rem;
}
.page-label ul{
	display: flex;
}
.page-label ul li{
	padding: 0 0.4rem;
	border-left: 1px solid rgba(0,0,0,.1);
}
.page-label ul li>a{
	display: block;
	font-size: 0.36rem;
	line-height: 0.4rem;
	color: rgba(0,0,0,.7);
}
.page-label ul li:last-child{
	border-right: 1px solid rgba(0,0,0,.1);
}
.page-label ul li>a:hover{
	color: #da231b;
}

.page-label .title{
	text-align: center;
	font-size: 0.72rem;
	margin-top: 1rem;
	color: rgba(0,0,0,.8);
	letter-spacing: 3px;
	font-weight: 900;
}

.news-content{
	padding: 0.4rem;
	border: 1px solid rgba(0,0,0,.1);
}
.news-content .title{
	font-size: 0.4rem;
	margin-bottom: 0.4rem;
	text-align: center;
	color: #da231b;
}
.news-content .data{
	font-size: 0.28rem;
	text-align: center;
	padding-bottom: 0.4rem;
	margin-bottom: .4rem;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.news-content .data span{
	margin-right: 5px;
	color: rgba(0,0,0,.5);
}
.news-content .data a{
	display: inline-block;
	background-color: #da231b;
	color: #fff;
	padding: 4px 12px;
}

.list-pic{
	margin-bottom: 0.4rem;
	border: 2px solid #da231b;
	overflow: hidden;
	background-color: #da231b;
	position: relative;
	padding-bottom: 0.66rem;
}
.list-pic img{
	transform: scale(1);
	transition: all .45s ease-in-out;
}
.list-pic .title{
	font-size: 0.28rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #da231b;
	width: 100%;
	height: 0.66rem;
}
.list-pic:hover img{
	transform: scale(1.05);
}


.contact-bg{
	padding: 0.6rem;
	border: 1px dashed #ccc;
	margin-bottom: 0.8rem;
}
.contact-box h1{
	font-size: 0.48rem;
	padding-bottom: 0.3rem;
	color: #da231b;
}
.contact-box p{
	font-size: 0.32rem;
	padding-top: .4rem;
}
/*map*/
.input-title{
	font-size: 0.3rem;
	font-weight: 900;
	color: #da231b;
	padding-bottom: .15rem;
}
.input-item{
	font-size: 12px;
	padding-bottom: .1rem;
}


.page {width:100%;height:70px;clear:both;text-align:center;padding-top:30px;}
.page strong {color:#FFF;background-color:#da231b;padding:7px 12px;margin:1px 10px 0px -1px;cursor:pointer;border:1px solid #da231b;}
.page a {border:1px solid #e6e6e6;padding:7px 12px;margin-right:10px;cursor:pointer;color:#000;}
.page a:hover {background-color:#da231b;border:1px solid #e6e6e6;color:#fff;}


